.sales .content-menu {
    display: none;
}

/* Бонусные балы */
.gc-bonus-alert {
    padding: 0;
    padding-left: 16px;
    background: #F8EDDD;
    border: none;
}

.gc-bonus-alert .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gc-bonus-info {
    width: 100%;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.gc-bonus-info b {
    color: #F23A4A;
}

.gc-bonus-info a {
    color: #000;
    border-bottom: 1px dashed rgba(0,0,0,.3);
    transition: all .3s;
}

.gc-bonus-info a:nth-child(3) {
    margin-left: 20px;
}

.gc-bonus-info a:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}

.gc-bonus-info-total {
    flex:  0 0 fit-content;
    padding: 16px;
    
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
    color: #fff;
    background: #F23A4A;
}

.gc-bonus-info-total b {
    color: #fff;
}

.sales a.big {
    display: inline-block;
    padding: 8px 16px;
    
    color: #FFF;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
    background: #F23A4A;
    
    transition: all .3s;
}

.sales a.big:hover {
    background: #262427;
    text-decoration: none;
}

.sales h3 {
    margin: 60px 0 30px;
    
    color: #000;
    font-family: Unbounded, sans-serif;
    font-size: clamp(24px, 4vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Таблицы */
.sales .table,
.sales .table thead,
.sales .table tbody {
    display: block;
    width: 100%;
}

.sales .table tr {
    display: flex;
    width: 100%;
}

.sales .table thead {
    margin-bottom: 10px;
}

.sales .table th {
    flex: 1 1 auto;
    padding: 0 !important;
    
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
    border: none !important;
}

.sales .table tbody tr {
    display: flex;
    width: 100% !important;
    margin-bottom: 10px;
    padding: 12px;
    
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    border-radius: 5px;
    background: #F9F9F9;
    border: none !important;
}

.sales .table tbody tr td {
    flex: 1 1 auto;
    padding: 0px !important;
    border: none !important;
}

.sales .table tbody tr a {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
    transition: all .3s;
}

.sales .table tbody tr a:hover {
    text-decoration: none;
    color: rgba(242, 58, 74, 1);
}

/* Купленные продукты */
.sales .table-notitle tbody tr:has(.label-success) {
    background: #EAFFEA;
}

.sales .table-notitle thead tr th:nth-child(1) {
    width: 50%;
}

.sales .table-notitle thead tr th:nth-child(2) {
    width: 20%;
}

.sales .table-notitle thead tr th:nth-child(3) {
    width: 10%;
}

.sales .table-notitle thead tr th:nth-child(4) {
    width: 15%;
}

.sales .table-notitle tbody tr td:nth-child(1) {
    width: 50%;
}

.sales .table-notitle tbody tr td:nth-child(2) {
    width: 20.5%;
}

.sales .table-notitle tbody tr td:nth-child(3) {
    width: 10%;
}

.sales .table-notitle tbody tr td:nth-child(4) {
    width: 13.5%;
}

.sales .table-notitle tbody tr .label {
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background: none !important;
}

/* Завершенные заказы */
.sales .table:not(.table-notitle) tbody tr:has(.label-success) {
    background: #EAFFEA;
}

.sales .table:not(.table-notitle) thead tr th:nth-child(1) {
    width: 15.5%;
}

.sales .table:not(.table-notitle) thead tr th:nth-child(2) {
    width: 49%;
}

.sales .table:not(.table-notitle) thead tr th:nth-child(3) {
    width: 10%;
}

.sales .table:not(.table-notitle) thead tr th:nth-child(4) {
    width: 15%;
}

.sales .table:not(.table-notitle) tbody tr td:nth-child(1) {
    width: 15%;
}

.sales .table:not(.table-notitle) tbody tr td:nth-child(2) {
    width: 50%;
}

.sales .table:not(.table-notitle) tbody tr td:nth-child(3) {
    width: 10%;
}

.sales .table:not(.table-notitle) tbody tr td:nth-child(4) {
    width: 13.5%;
}

.sales .table:not(.table-notitle) tbody tr .deal-status {
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background: none !important;
}

.sales .table tbody tr button {
    margin-top: 4px;
    padding: 0;
    color: #F23A4A;
    font-weight: 600;
    
    background: none;
    border: none;
    
    transition: all .3s;
}

.sales .table tbody tr button:hover {
    color: #499149;
}

@media (max-width: 992px) {
    .sales .table th,
    .sales .table tbody tr,
    .sales .table tbody tr a,
    .sales .table-notitle tbody tr .label,
    .sales .table:not(.table-notitle) tbody tr .deal-status {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .sales .table thead tr th,
    .sales .table tbody tr td {
        width: 25% !important;
    }
}